.toast-container{z-index:9999;width:280px}* html .toast-container{position:absolute}.toast-item{font-family:lucida Grande;font-size:14px;position:relative;display:block;height:auto;margin:0 0 12px;opacity:.85;color:#eee;border:2px solid #999;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background:#333;padding:20px 6px}.toast-item p{margin-left:50px;text-align:left}.toast-item a{text-decoration:none!important;color:#fff;border-bottom:1px dashed #ccc}.toast-item a:hover{color:#0f0;border-bottom:1px dashed #0f0}.toast-item-close{position:absolute;top:7px;right:7px;width:22px;height:22px;background:url(./images/toastmessage/close.gif)}.toast-item-image{position:absolute;top:50%;left:10px;width:32px;height:32px;margin-top:-16px}.toast-item-image-notice{background:url(./images/toastmessage/notice.png)}.toast-item-image-success{background:url(./images/toastmessage/success.png)}.toast-item-image-warning{background:url(./images/toastmessage/warning.png)}.toast-item-image-error{background:url(./images/toastmessage/error.png)}.toast-type-notice,.toast-type-success{color:#fff}.toast-type-warning{color:#fff;border-color:#fcbd57}.toast-type-error{color:#fff;border-color:#b32b2b}.toast-position-top-left{position:fixed;top:20px;left:20px}.toast-position-top-center{position:fixed;top:20px;left:50%;margin-left:-140px}.toast-position-top-right{position:fixed;top:20px;right:20px}.toast-position-middle-left{position:fixed;top:50%;left:20px;margin-top:-40px}.toast-position-middle-center{position:fixed;top:50%;left:50%;margin-top:-40px;margin-left:-140px}.toast-position-middle-right{position:fixed;top:50%;right:20px;margin-top:-40px;margin-left:-140px}